FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.0-dft-ballot (78 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.0-dft-ballot&canonical=https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
Url https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
Version 0.1.0
Status draft
Name Task
Title Task
Experimental False
Description A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.
Type Task
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader MessageHeader

Resources that this resource uses

StructureDefinition
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole PractitionerRole
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest
https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status Task Business Status


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "CA-eReC-Task",
  "url" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task",
  "version" : "0.1.0",
  "name" : "Task",
  "title" : "Task",
  "status" : "draft",
  "description" : "A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Task",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Task.meta",
        "path" : "Task.meta",
        "comment" : "The MustSupport flag on this element has been relaxed in this version until further confirmation of the use of meta.profile (outside of use for certain validation suites) and impact can be assessed by the working group."
      },
      {
        "id" : "Task.identifier.system",
        "path" : "Task.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Task.identifier.value",
        "path" : "Task.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn",
        "path" : "Task.basedOn",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.reference",
        "path" : "Task.basedOn.reference",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier",
        "path" : "Task.basedOn.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier.system",
        "path" : "Task.basedOn.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Task.basedOn.identifier.value",
        "path" : "Task.basedOn.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Task.status",
        "path" : "Task.status",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus",
        "path" : "Task.businessStatus",
        "binding" : {
          "strength" : "example",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status"
        }
      },
      {
        "id" : "Task.businessStatus.coding",
        "path" : "Task.businessStatus.coding",
        "mustSupport" : true
      },
      {
        "id" : "Task.businessStatus.coding.code",
        "path" : "Task.businessStatus.coding.code",
        "mustSupport" : true,
        "binding" : {
          "strength" : "example",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status"
        }
      },
      {
        "id" : "Task.intent",
        "path" : "Task.intent",
        "mustSupport" : true
      },
      {
        "id" : "Task.code",
        "path" : "Task.code",
        "comment" : "-",
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/fhir/ValueSet/CA-eReC/task-code"
        }
      },
      {
        "id" : "Task.code.coding",
        "path" : "Task.code.coding",
        "mustSupport" : true
      },
      {
        "id" : "Task.code.coding.code",
        "path" : "Task.code.coding.code",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner",
        "path" : "Task.owner",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.reference",
        "path" : "Task.owner.reference",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier",
        "path" : "Task.owner.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier.system",
        "path" : "Task.owner.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Task.owner.identifier.value",
        "path" : "Task.owner.identifier.value",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.